declare const getString: ({ allowBlank, message }: { allowBlank: boolean; message: string; }) => Promise; export default getString;