export const signDocument = (documentAsBase64: string): string => { return documentAsBase64; };