import { SqrlConfig } from './config'; export declare var promiseImpl: any; declare var asyncFunc: FunctionConstructor | false; export { asyncFunc }; export declare function hasOwnProp(obj: object, prop: string): boolean; export declare function copyProps(toObj: T, fromObj: T, notConfig?: boolean): T; declare function trimWS(str: string, env: SqrlConfig, wsLeft: string | false, wsRight?: string | false): string; declare function isValidJSIdentifier(name: string): boolean; export { isValidJSIdentifier, trimWS };